type github.com/andybalholm/brotli.blockSplitterDistance
5 uses
github.com/andybalholm/brotli (current package)
metablock.go#L496: var dist_blocks blockSplitterDistance
metablock_distance.go#L11: type blockSplitterDistance struct {
metablock_distance.go#L27: func initBlockSplitterDistance(self *blockSplitterDistance, alphabet_size uint, min_block_size uint, split_threshold float64, num_symbols uint, split *blockSplit, histograms *[]histogramDistance, histograms_size *uint) {
metablock_distance.go#L65: func blockSplitterFinishBlockDistance(self *blockSplitterDistance, is_final bool) {
metablock_distance.go#L159: func blockSplitterAddSymbolDistance(self *blockSplitterDistance, symbol uint) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |